VDGetDigitizerInfo
TheVDGetDigitizerInfo
function returns capability and status information about a specified video digitizer component.All video digitizer components must support this function.
pascal VideoDigitizerError VDGetDigitizerInfo (VideoDigitizerComponent ci, DigitizerInfo *info);
ci
- Specifies the video digitizer component for the request. Applications obtain this reference from the Component Manager's
OpenComponent
function.info
- Contains a pointer to a digitizer information structure. The
VDGetDigitizerInfo
function returns information describing the capabilities of the specified video digitizer into this structure. See "The Digitizer Information Structure" on page 8-20 for a complete description.DESCRIPTION
TheVDGetDigitizerInfo
function returns the capability and status information in a digitizer information structure (defined by theDigitizerInfo
data type).RESULT CODE
noErr 0 No error SEE ALSO
Your application may also use theVDGetCurrentFlags
function (described in the next section) to retrieve just the current status information about a video digitizer component.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help